-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add server side pagination and filteration #503
base: main
Are you sure you want to change the base?
Conversation
Thank you for following the naming conventions for pull request titles! 🙏 |
"@tanstack/react-table": "^8.20.1", | ||
"@tremor/react": "^3.17.4", | ||
"@trpc/client": "^10.43.6", | ||
"@trpc/next": "^10.45.2", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
upgraded to trpc 11 to useSuspenseQuery from "@tanstack/react-query". useSuspenseQuery is introduced in "@tanstack/react-query
v5 upgrading only this package breaks trpc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great job on this PR @G3root . Here are few things I found
- Search on stakeholder table does not work.
- Lets implement full text search, and allow search by name or email using this
- When i search or paginate to next page, the page flashes, we prolly need some sort of transition to make it load smoothly.
@dahal pushed some changes |
contains api finding better results than the full-text-search one 🤔 |
No description provided.